﻿/*浏览器滚动条*/
/*
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-button:vertical,
::-webkit-scrollbar-button:horizontal {
  display: none
}

::-webkit-scrollbar-track:vertical,
::-webkit-scrollbar-track:horizontal {
  background-color: black
}

::-webkit-scrollbar-track-piece {
  background: #E3E3E3
}

::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
  background-color: #555;
  border-radius: 1.5625vw
}

::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:horizontal:hover {
  background-color: #3B3B3B
}

::-webkit-scrollbar-corner:vertical,
::-webkit-scrollbar-corner:horizontal {
  background-color: #535353
}

::-webkit-scrollbar-resizer:vertical,
::-webkit-scrollbar-resizer:horizontal {
  background-color: #FF6E00
}
*/
/*config*/

.l-center {
  text-align: center;
}

.l-relative {
  position: relative;
}

.l-overflow {
  overflow: hidden;
}

.l-bold {
  font-weight: bold;
}

.l-imgs {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.l-right {
  float: right;
}

.l-lh18 {
  line-height: 18px;
}

.l-lh20 {
  line-height: 20px;
}

.l-lh22 {
  line-height: 22px;
}

.l-lh24 {
  line-height: 24px;
}

.l-lh26 {
  line-height: 26px;
}

.l-lh28 {
  line-height: 28px;
}

.l-lh30 {
  line-height: 30px;
}

.l-lh32 {
  line-height: 32px;
}

.l-lh34 {
  line-height: 34px;
}

.l-lh35 {
  line-height: 35px;
}

.l-lh36 {
  line-height: 36px;
}

.l-lh38 {
  line-height: 38px;
}

.l-lh40 {
  line-height: 40px;
}

.l-font12 {
  font-size: 12px;
}

.l-font16 {
  font-size: 16px;
}

.l-font18 {
  font-size: 18px;
}

.l-font20 {
  font-size: 20px;
}

.l-font22 {
  font-size: 22px;
}

.l-font24 {
  font-size: 24px;
}

.l-font26 {
  font-size: 26px;
}

.l-font28 {
  font-size: 28px;
}

.l-font30 {
  font-size: 30px;
}

.l-font32 {
  font-size: 32px;
}

.l-font34 {
  font-size: 34px;
}

.l-font36 {
  font-size: 36px;
}

.l-font38 {
  font-size: 38px;
}
.l-font39 {
  font-size: 39px;
}

.l-font40 {
  font-size: 40px;
}

.l-font46 {
  font-size: 46px;
}

.l-font48 {
  font-size: 48px;
}

.l-font54 {
  font-size: 54px;
}

.l-font152 {
  font-size: 152px;
}

.l-font146 {
  font-size: 146px;
}

.l-opacity8 {
  opacity: .8;
}

.l-opacity7 {
  opacity: .7;
}

.l-opacity5 {
  opacity: .5;
}

/*栅格化*/

.l-flex,
.l-grid-2,
.l-grid-3,
.l-grid-4,
.l-grid-5,
.l-grid-6,
.l-grid-7,
.l-grid-8 {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.l-col-1,
.l-col-2,
.l-col-3,
.l-col-4,
.l-col-5,
.l-col-6,
.l-col-7,
.l-col-8,
.l-col-9,
.l-col-10,
.l-col-11,
.l-col-12,
.l-left,
.l-grid-2>*,
.l-grid-3>*,
.l-grid-4>*,
.l-grid-5>*,
.l-grid-6>* {
  float: left;
}

/*均分*/

.l-grid-2>* {
  width: 50%;
}

.l-grid-3>* {
  width: 33.333333333333336%;
}

.l-grid-4>* {
  width: 25%;
}

.l-grid-5>* {
  width: 20%;
}

.l-grid-6>* {
  width: 16.666666666666668%;
}

.l-grid-7>* {
  width: 14.285714285714286%;
}

.l-grid-8>* {
  width: 12.5%;
}

/*均分/非均分*/

.l-col-1 {
  width: 8.333333333333332%;
}

.l-col-2 {
  width: 16.666666666666664%;
}

.l-col-3 {
  width: 25%;
}

.l-col-4 {
  width: 33.333333333333336%;
}

.l-col-5 {
  width: 41.66666666666667%;
}

.l-col-6 {
  width: 50%;
}

.l-col-7 {
  width: 58.333333333333336%;
}

.l-col-8 {
  width: 66.66666666666666%;
}

.l-col-9 {
  width: 75%;
}

.l-col-10 {
  width: 83.33333333333334%;
}

.l-col-11 {
  width: 91.66666666666666%;
}

.l-col-12 {
  width: 100%;
}

/*间距*/

.l-space5 {
  margin-left: -5px;
}

.l-space5>* {
  padding-left: 5px;
}

.l-space10 {
  margin-left: -10px;
}

.l-space10>* {
  padding-left: 10px;
}

.l-space15 {
  margin-left: -15px;
}

.l-space15>* {
  padding-left: 15px;
}

.l-space20 {
  margin-left: -20px;
}

.l-space20>* {
  padding-left: 20px;
}

.l-space25 {
  margin-left: -25px;
}

.l-space25>* {
  padding-left: 25px;
}

.l-space30 {
  margin-left: -30px;
}

.l-space30>* {
  padding-left: 30px;
}

.l-space35 {
  margin-left: -35px;
}

.l-space35>* {
  padding-left: 35px;
}

.l-space40 {
  margin-left: -40px;
}

.l-space40>* {
  padding-left: 40px;
}

/*mt*/

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.l-col-mt10>* {
  margin-top: 10px;
}

.l-col-mt15>* {
  margin-top: 15px;
}

.l-col-mt20>* {
  margin-top: 20px;
}

.l-col-mt25>* {
  margin-top: 25px;
}

.l-col-mt30>* {
  margin-top: 30px;
}

.l-col-mt35>* {
  margin-top: 35px;
}

.l-col-mt40>* {
  margin-top: 40px;
}

/*form*/

.l-form-label {
  width: 110px;
  text-align: right;
  padding: 0 15px;
}

input:focus {
  border-color: #D2D2D2;
}

.l-input-block {
  margin-left: 110px;
  min-height: 38px;
}

.layui-input-inline {
  width: 190px;
}


.l-checkbox>div i {
  border-radius: 4px;
}

.l-checkbox>div i:before {
  border-radius: 4px;
}

/*btn*/

button.l-btn {
  -webkit-appearance: none;
  outline: none;
}

.l-btn {
  height: 38px;
  line-height: 38px;
  padding: 0 18px;
  cursor: pointer;
  border: 1px solid transparent;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  background-color: #009688;
  display: inline-block;
  transition: cubic-bezier(0.215, .61, .355, 1) .45s;
}

.l-btn-primary {
  border-color: #d2d2d2;
  background-color: inherit !important;
  color: #000;
}

.l-btn:hover {
  opacity: .8;
}

.l-btn-primary:hover {
  border-color: #007E74;
  color: #007E74;
}

.l-btn-disabled {
  color: #d2d2d2;
  border-color: #eee;
  background-color: #fbfbfb;
  cursor: not-allowed;
}

.l-btn-xl {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 18px;
}

.l-btn-l {
  height: 44px;
  line-height: 44px;
  padding: 0 25px;
  font-size: 16px;
}

.l-btn-s {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 12px;
}

.l-btn-xs {
  height: 22px;
  line-height: 22px;
  padding: 0 5px;
  font-size: 12px;
}

.l-btn-flex {
  display: block;
  width: 100%;
}

/*radius*/

.l-radius2 {
  border-radius: 2px;
}

.l-radius4 {
  border-radius: 4px;
}

.l-radius6 {
  border-radius: 6px;
}

.l-radius8 {
  border-radius: 8px;
}

.l-radius10 {
  border-radius: 10px;
}

.l-radius20 {
  border-radius: 20px;
}

.l-radius30 {
  border-radius: 30px;
}

.l-radius50 {
  border-radius: 50%;
}

/*border*/

.l-border1 {
  border: 1px solid #fafafa;
}

.l-border2 {
  border: 2px solid #fafafa;
}

.l-border3 {
  border: 3px solid #fafafa;
}

.l-border-dashed {
  border-style: dashed;
}

.l-border-dotted {
  border-style: dotted;
}

.l-border-color1 {
  border-color: #fafafa;
}

.l-border-color2 {
  border-color: #f6f6f6;
}

.l-border-color3 {
  border-color: #eee;
}

.l-border-color4 {
  border-color: #e2e2e2;
}

.l-border-color5 {
  border-color: #ddd;
}

.l-border-color6 {
  border-color: #d2d2d2;
}

.l-border-color7 {
  border-color: #ccc;
}

.l-border-color8 {
  border-color: #c2c2c2;
}

.l-border-red {
  border-color: #FF5722;
}

.l-border-orange {
  border-color: #FFB800;
}

.l-border-green {
  border-color: #009688;
}

.l-border-cyan {
  border-color: #2F4056;
}

.l-border-blue {
  border-color: #1E9FFF;
}

.l-border-black {
  border-color: #393D49;
}

/*bg color*/

.l-bg-red {
  background-color: #FF5722;
}

.l-bg-orange {
  background-color: #FFB800;
}

.l-bg-green {
  background-color: #009688;
}

.l-bg-cyan {
  background-color: #2F4056;
}

.l-bg-blue {
  background-color: #1E9FFF;
}

.l-bg-black {
  background-color: #393D49;
}

.l-bg-gray {
  background-color: #FAFAFA;
}

/*font color*/

.l-white {
  color: #fff;
}

.l-red {
  color: #FF5722;
}

.l-orange {
  color: #FFB800;
}

.l-green {
  color: #009688;
}

.l-cyan {
  color: #2F4056;
}

.l-blue {
  color: #1E9FFF;
}

.l-black {
  color: #000;
}

.l-gray3 {
  color: #333;
}

.l-gray6 {
  color: #666;
}

.l-gray9 {
  color: #999;
}

/*下拉*/

.l-select {
  position: relative;
  line-height: 38px;
}

.l-select-title {
  position: relative;
  height: 38px;
  cursor: pointer;
}

.l-select-title>input {
  cursor: pointer;
  position: relative;
  z-index: 2;
  user-select: none;
}

.l-select-title:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 6px solid #C2C2C2;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}

.l-select-upbit {
  position: absolute;
  left: 0;
  top: 110%;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 2px;
  background: #fff;
  z-index: 10;
  padding: 5px 0;
  transform: translateY(20px);
  visibility: hidden;
  max-height: 300px;
  overflow-y: auto;
}

.l-select-upbit>* {
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.l-select-upbit>dd {
  cursor: pointer;
}

.l-select-upbit>dd:hover {
  background: #f6f6f6;
}

.l-select-upbit>dd.on {
  background: #5FB878;
  color: #fff;
}

.l-select-tips {
  color: #999;
}

.l-select.l-selected .l-select-upbit {
  transform: translateY(0);
  visibility: visible;
  transition: cubic-bezier(0.215, .61, .355, 1) .45s;
}

.l-select.l-selectup .l-select-upbit {
  top: inherit;
  bottom: 110%;
}

.l-disabled {
  background-color: #fff;
  color: #d2d2d2 !important;
  cursor: not-allowed !important;
}

.l-disabled:hover {
  background: none !important;
}

.l-select-group>dd {
  padding-left: 20px;
}

.l-select-group>dt {
  color: #999;
}

.l-radio>.l-disabled i {
  border: 1px solid #F0EEEE;
}

.l-disabled>* {
  cursor: not-allowed !important;
}

.l-hide {
  display: none !important;
}

.l-select-none {
  text-align: center;
  color: #999;
}

.l-switch {
  width: 56px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #D2D2D2;
  position: relative;
  border-radius: 30px;
  cursor: pointer;
  transition: cubic-bezier(0.215, .61, .355, 1) .45s;
}

.l-switch input {
  cursor: pointer;
}

.l-switch input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}

.l-switch em {
  font-size: 12px;
  color: #999;
  position: absolute;
  right: 4px;
  top: 0;
  transition: cubic-bezier(0.215, .61, .355, 1) .45s;
}

.l-switch i {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #D2D2D2;
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -8px;
  transition: cubic-bezier(0.215, .61, .355, 1) .45s;
  z-index: 2;
}

.l-switch.on em {
  transform: translateX(-20px);
  color: #fff;
}

.l-switch.on i {
  transform: translateX(30px);
  background: #fff;
}

.l-switch.on {
  border-color: #5FB878;
  background: #5FB878;
}

.l-textarea {
  height: 100px;
  resize: vertical;
  transition: 0s;
  min-height: 100px;
  max-height: 300px;
}

.l-textarea:focus {
  border-color: #D3D3D3;
  transition: cubic-bezier(0.215, .61, .355, 1) .45s;
}

.l-uppercase {
  text-transform: uppercase;
}

.TwCenMT {
  font-family: 'TwCenMT';
}

.Geometric {
  font-family: 'Geometric';
}

/*banner*/

.lh-public-banner {
  background: #000;
  overflow: hidden;
}

.lh-public-banner .bd li {
  overflow: hidden;
}

.lh-public-banner .l-imgs {
  width: 100%;
  height: 100%;
}

.lh-public-banner .banner-item {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.public-bg {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.lh-banner {
  height: 100vh;
}

.lh-banner .bd li {
  overflow: hidden;
}

.lh-banner .text {
  position: absolute;
  left: 4.427083333333334vw;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
}

.lh-banner .text .name span {
  color: #56f0f1;
}

.lh-banner .text .ccont {
  margin-top: 20px;
}

.lh-banner .text .view-more {
  margin-top: 135px;
}

.view-more {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.view-more i {
  display: block;
  float: left;
  width: 56px;
  height: 56px;
  border: 2px solid rgba(255, 255, 255, .15);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 30px;
  font-size: 24px;
  font-weight: normal;
  color: #56f0f1;
  position: relative;
  transition: cubic-bezier(0.215, .61, .355, 1) .45s;
}

.view-more i:after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #56f0f1;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -2px;
  margin-top: -2px;
  transform: rotate(45deg);
  transform-origin: 2px 28px;
  animation: view-more linear 2s infinite;
  animation-play-state: paused;
}

.view-more:hover i:after {
  animation: view-more linear 2s infinite;
  animation-play-state: play;
}

@keyframes view-more {

  0% {
    transform: rotate(45deg);
  }

  100% {
    transform: rotate(405deg);
  }

}

.view-more:hover i {
  transform: translateX(10px);
}

.view-more em {
  display: block;
  transition: cubic-bezier(0.215, .61, .355, 1) .45s;
}

.view-more:hover em {
  transform: translateX(-10px);
}

.lh-banner-hd,
.pro-banner-hd {
  position: absolute;
  left: auto !important;
  right: 4.427083333333334vw;
  bottom: auto !important;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 42px !important;
}

.lh-banner-hd li,
.pro-banner-hd li {
  width: 42px;
  height: 42px;
  background: none;
  opacity: 1;
  position: relative;
  margin: 0 !important;
  display: block !important;
}

.lh-banner-hd li:before,
.pro-banner-hd li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5A5C77;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: cubic-bezier(0.215, .61, .355, 1) .45s;
}

.lh-banner-hd li:after,
.pro-banner-hd li:after {
  content: attr(aria-label);
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  font-family: "din-bold_";
  transition: cubic-bezier(0.215, .61, .355, 1) .45s;
  opacity: 0;
}

.lh-banner-hd li.on:after,
.pro-banner-hd li.on:after {
  opacity: 1;
}

.lh-banner-hd li.on:before,
.pro-banner-hd li.on:before {
  opacity: 0;
}

.lh-banner-hd li.on,
.pro-banner-hd li.on {
  background: url(../images/icon16.png) no-repeat center;
  background-size: cover;
}




.lh-pro {
  height: 13.6667rem;
}

.lh-pro .bd .l-imgs {
  width: 100%;
  height: 100%;
}

.pro-text {
  position: absolute;
  left: 4.427083333333334vw;
  top: 5.75vw;
  z-index: 3;
}

.pro-text .ccont {
  margin-top: 20px;
}

.pro-text .view-more {
  margin-top: 50px;
}

.pro-hd {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: 2;
}

.pro-hd li {
  position: relative;
  border-right: 1px solid #d4d4d4;
}
.pro-hd li.on{
  border: 0;
}

.pro-hd li:before {
  content: '';
  display: block;
  width: 1px;
  height: 327px;
  background: rgba(255, 255, 255, .15);
  position: absolute;
  left: 0;
  bottom: 0;
}

.pro-hd li:after {
  content: '';
  
}

.pro-hd li:first-child:before,
.pro-hd li:first-child:after {
  display: none;
}

.pro-hd li>a {
  display: block;
  height: 100%;
  position: relative;
}

.pro-hd li>a:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(0deg, #051750, #0f78e3);
  opacity: .8;
  border-radius: 0 0 0 160px;
  z-index: -1;
  transition: cubic-bezier(0.215, .61, .355, 1) .45s;
  position: absolute;
  left: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
}

.pro-hd li>a>div {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  color: #fff;
  padding: 18% 12% 100px;
}

.pro-hd li>.ccont {
  margin-top: 40px;
  max-height: 120px;
  overflow: hidden;
}

.pro-hd li .trait {
  margin-top: .9167rem;
  overflow: hidden;
}

.pro-hd li .trait::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2px;
  background: #ffffff;
  overflow: hidden;
  opacity: 0.16;
}

.pro-hd li .trait .ccont {
  line-height: .8333rem;
  max-height: 300px;
}

.pro-title {
  text-align: center;
}
.pro-hd li:not(.on)>a>div{
  display: flex;
  justify-content: center;
}
.pro-hd li:not(.on) .pro-title {
  position: absolute;
  top: 50%;
  transition: cubic-bezier(0.22, 0.61, 0.36, 1) 1s;
  transform: translateY(-50%);
  justify-content: center;
  display: flex;
  flex-flow: column;
}

.pro-title .view-more {
  margin: 0 auto 0;
  width: 160px;
}

.view-more.two {
  position: relative;
  transition: cubic-bezier(0.215, .61, .355, 1) .45s;
}

.view-more.two i {
  width: 48px;
  height: 48px;
  border-color: rgba(255, 255, 255, .2);
  margin-right: 0;
}

.view-more.two span {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
}

.view-more.two span:before,
.view-more.two span:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}

.view-more.two span:after {
  transform: rotate(90deg);
}

.view-more.two i:after {
  transform-origin: 2px 24px;
}

.pro-hd li .text {
  opacity: 0;
  visibility: hidden;
  transition: cubic-bezier(0.215, .61, .355, 1) .45s;
  transform: translateY(-50px);
}

.pro-hd li .text .name {
  margin-bottom: .4167rem;
}

.pro-hd li .text .ename {
  padding-bottom: .6667rem;
}

.view-more.two em {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 78px;
  top: 50%;
  transform: translate(0, -50%);
  white-space: nowrap;
  transition: cubic-bezier(0.215, .61, .355, 1) .45s;
}

.pro-hd li:hover:before,
.pro-hd li:hover:after,
.pro-hd li.on:before,
.pro-hd li.on:after {
  opacity: 0;
}

.pro-hd li:hover+li:before,
.pro-hd li:hover+li:after,
.pro-hd li.on+li:before,
.pro-hd li.on+li:after {
  opacity: 0;
}

.pro-hd li:hover a:before,
.pro-hd li.on a:before {
  opacity: 1;
  visibility: visible;
}

.pro-hd li:hover .text,
.pro-hd li.on .text {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.pro-title .name {
  transition: cubic-bezier(0.215, .61, .355, 1) .45s;
  padding-bottom: 28px;
  color: #fff;
}

.pro-title .ename {
  padding-bottom: 50px;
}

.pro-hd li:hover .pro-title .name,
.pro-hd li.on .pro-title .name {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  padding-bottom: 0;
}

.pro-hd li:hover .view-more.two,
.pro-hd li.on .view-more.two {
  width: 100%;
}

.pro-hd li:hover .view-more.two em,
.pro-hd li.on .view-more.two em {
  opacity: 1;
  visibility: visible;
  transform: translate(-10px, -50%);
}

.pro-hd li:first-child>a:before {
  border-radius: 0 0 160px 0;
}

.more-btn {
  position: absolute;
  left: 8.333333333333332vw;
  top: 78vw;
  z-index: 3;
  width: 172px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #DCDCDC;
  border-radius: 20px 0 0 0;
  color: #1a4290;
  font-size: 16px;
  font-weight: bold;
}

.lh-public-banner .bd .footer-share li {
  overflow: visible;
}



.lh-pro-banner {
  height: 13.6667rem;
}

.pro-info {
  height: 100%;
}


.lh-pro-banner .lh-banner-hd {
  left: 0 !important;
  bottom: 40px !important;
  right: auto !important;
  width: 100% !important;
  top: auto !important;
  transform: translateY(0) !important;
  text-align: center;
}

.lh-pro-banner .lh-banner-hd li {
  display: inline-block !important;
}

.pro-info .text {
  position: absolute;
  left: 11.458333333333332vw;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  width: 740px;
  transform: translateY(20%);
  opacity: 0;
  transition: cubic-bezier(0.215, .61, .355, 1) .45s;
  padding-top: 200px;
}

.pro-info .text .name {
  display: none;
}

.pro-info .text .trait {
  opacity: .8;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, .5);
}

.pro-info .text .trait .nname {
  font-weight: bold;
  margin-bottom: 6px;
}

.swiper-slide-active .pro-info .text {
  transform: translateY(0);
  opacity: 1;
  transition-delay: .85s;
}

.lh-pro-banner.swiper-container-vertical>.swiper-pagination-bullets {
  right: 4.427083333333334vw;
}

.pro-banner-title {
  position: absolute;
  left: 4.375vw;
  top: 0;
  z-index: 2;
  height: 100%;
  padding-top: 8.59375vw;
  opacity: 0;
  transform: translateY(20%);
  transition: cubic-bezier(0.215, .61, .355, 1) .45s;
}

.pro-banner-title .title .name {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 28px;
  border-left: 3px solid #41D7D7;
  line-height: 32px;
  height: 32px;
  white-space: nowrap;
}

.pro-banner-title .title img {
  width: 118px;
  display: block;
}

.pro-banner-title .num {
  padding-left: 58px;
  height: 100%;
}

.pro-banner-title .num .line {
  height: 65%;
  width: 1px;
  background: rgba(255, 255, 255, .2);
  display: block;
  margin-top: 40px;
  position: relative;
}

.pro-banner-title .num .line:before,
.pro-banner-title .num .din:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: -2px;
  top: -20px;
}

.pro-banner-title .num .din {
  position: relative;
  margin-top: 40px;
  display: block;
  position: relative;
  left: -16px;
}

.pro-banner-title .num .din:before {
  left: 13px;
}

.pro-banner-title .num .din:after {
  content: '';
  display: block;
  width: 1px;
  height: 100px;
  background: rgba(255, 255, 255, .2);
  position: absolute;
  left: 15px;
  top: 110%;
}

.swiper-slide-active .pro-banner-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .4s;
}

.swiper-footer {
  height: auto !important;
  transform: none !important;
}


@media screen and (min-width: 2000px) {

  .about-r .detail {
    left: 100px;
    bottom: 120px;
  }

  .patent-r .l-imgs {
    width: 395px;
    height: 549px;
  }

  .footer-nav dl {
    margin-left: 70px;
  }

}

@media screen and (max-width: 1600px) {
  .pro-hd li .trait{
    margin-top: .75rem;
  }
  .pro-hd li .trait .ccont{
    padding-top: .6667rem;
  }
}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1366px) {}
@media screen and (max-width: 1366px) {
  .pro-hd li:not(.on) .pro-title{
    display: block;
    position:static;
    transform: none;
  }
}
/*平板*/

@media screen and (max-width:1024px) {

  .pro-hd li {
    width: 50%;
  }

  .pro-hd {
    height: auto;
    background: rgba(0, 0, 0, .4);
  }

  .pro-hd li>a>div {
    padding: 30px 15px;
    position: static;
  }

  .pro-hd li>a:before,
  .pro-hd li .text {
    display: none;
  }

  .l-font24 {
    font-size: 16px;
  }

  .pro-hd li .view-more.two em {
    display: none;
  }

  .pro-hd li:hover .pro-title .name,
  .pro-hd li.on .pro-title .name {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .pro-title .ename{
    display: none;
  }

  .pro-hd li:hover .view-more.two,
  .pro-hd li.on .view-more.two {
    width: 160px;
  }

  .pro-title .view-more {
    margin: 20px auto 0;
    display: block;
  }

  .pro-hd li:hover:before,
  .pro-hd li:hover:after,
  .pro-hd li.on:before,
  .pro-hd li.on:after {
    opacity: 1;
  }

  .pro-hd li:after {
    display: none;
  }

  .pro-hd li {
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-right: none;
  }

  .lh-pro {
    height: 710px;
  }

  .pro-hd li:before {
    height: 100%;
  }

  .pro-hd li:hover+li:before,
  .pro-hd li:hover+li:after,
  .pro-hd li.on+li:before,
  .pro-hd li.on+li:after {
    opacity: 1;
  }

  .lh-case {
    padding: 30px 15px;
    height: auto;
  }

  .pro-banner-title .title img {
    width: 58px;
  }

  .pro-banner-title .title .name {
    font-size: 18px;
    height: 18px;
    padding-left: 20px;
    line-height: 18px;
  }

  .pro-banner-title {
    left: 15px;
    padding-top: 60px;
  }

  .pro-banner-title .num {
    padding-left: 29px;
  }

  .pro-banner-title .num .line {
    height: 70%;
  }

  .pro-info .text {
    width: auto;
    left: 60px;
    right: 70px;
    padding-top: 80px;
  }

  .pro-info .text .trait {
    font-size: 12px;
    line-height: 20px;
  }

  .pro-banner-title .num .din {
    padding-left: 5px;
  }
}
@media screen and (max-width:751px){
  .pro-title .name{
    font-size: 20px;
    padding-bottom: 0;
  }
  .pro-hd li>a>div {
    padding: 20px 10px;
    position: static;
  }
  .mxw-service .pro-hd .more{
    padding: 10px 30px 10px 15px;
    color: #fff;
    background: none;
    border: 1px solid #fff;
  }
}
